home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / steppenwolf_3_chapter_7.swf / scripts / DefineButton2_968 / BUTTONCONDACTION on(keyPress L).as < prev    next >
Text File  |  2010-07-14  |  213b  |  11 lines

  1. on(keyPress "L"){
  2.    if(getProperty("_root.Animatiques", _currentframe) == 1)
  3.    {
  4.       set("/Save:Fichier","");
  5.       tellTarget("_root")
  6.       {
  7.          gotoAndStop("Initialisation");
  8.       }
  9.    }
  10. }
  11.